DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / Subindex<T> Class
Properties


In This Topic
    Subindex<T> Class Members
    In This Topic

    The following tables list the members exposed by Subindex<T>.

    Public Properties
     NameDescription
    Public PropertyGets the indexing algorithm used by the index. (Inherited from C1.LiveLinq.Indexing.IndexDefinition<T>)
    Public PropertyGets a value that indicates whether the key used in this index is a unique key for the collection. (Inherited from C1.LiveLinq.Indexing.IndexDefinition<T>)
    Public PropertyGets the expression used to obtain key value from an element of the indexed collection. (Inherited from C1.LiveLinq.Indexing.IndexDefinition<T>)
    Public PropertyGets the type of the index key. (Inherited from C1.LiveLinq.Indexing.IndexDefinition<T>)
    Public PropertyGets the locale information used to compare strings in the index. (Inherited from C1.LiveLinq.Indexing.IndexDefinition<T>)
    Public PropertyParent of this subindex definition in the index/subindexes hierarchy.  
    Public PropertyGets the root index in an index/subindex hierarchy. (Inherited from C1.LiveLinq.Indexing.IndexDefinition<T>)
    Public PropertyGets the collection of subindexes added to this index. (Inherited from C1.LiveLinq.Indexing.IndexDefinition<T>)
    Top
    See Also